home *** CD-ROM | disk | FTP | other *** search
/ Canon Creative 3 / Canon Creative 3 - Disc 2.iso / designe / IMAGES / ICONS / TRADE / VIDG.OPD < prev   
Encoding:
Text File  |  1996-11-12  |  799 b   |  36 lines

  1. #[document 51.75 109.8 154.35 200.35
  2. static oe="odd_even",nzw="nonzero_winding",wc="winding_counting";
  3. static stroked="stroked";
  4. static vert="vertical",horz="horizontal";
  5. static miter="miter",bevel="bevel",round="round";
  6. static butt="butt",proj="projected";
  7. #[page
  8. auto m=move,l=line,c=curve;
  9. auto p;
  10. gc_cspace("Lab");
  11. gc_color(100.0,0.0,0.0);
  12. rect(0,0,0,0);
  13. auto ng=draw(path());
  14. auto s=array(ng);
  15. m(53.25,111.30);
  16. l(98.50,151.50);
  17. l(99.45,134.00);
  18. l(152.85,198.85);
  19. l(107.00,164.70);
  20. l(104.15,182.20);
  21. l(53.25,111.30);
  22. close_edge();
  23. p=path();
  24. gc_draw_style(stroked);
  25. gc_line_join_style(round);
  26. gc_line_cap_style(round);
  27. gc_stroke_width(3.00);
  28. gc_font_draw_style(0);
  29. gc_color(0.00,0.00,0.00);
  30. gc_opacity(0.15);
  31. s[0]=draw(p);
  32. page:=s[0];
  33. s=NULL;
  34. #]page
  35. #]document
  36.